From: Ian Jackson Date: Fri, 9 Jul 2010 17:46:07 +0000 (+0100) Subject: tools/hotplug: xencommons: xenconsoled tracing X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11808 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ec9afc69feee816919cf9388df8e49e005a348b8;p=xen.git tools/hotplug: xencommons: xenconsoled tracing cut and paste error lead to using the xenstored command line syntax for xenconsoled. Signed-off-by: Ian Campbell --- diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index 08fa09bbc7..ed6ebfd6a9 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -68,7 +68,7 @@ do_start () { fi echo Starting xenconsoled... - test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" -T /var/log/xen/xenstored-trace.log" + test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" --log=$XENCONSOLED_TRACE" xenconsoled --pid-file=$XENCONSOLED_PIDFILE $XENCONSOLED_ARGS test -z "$XENBACKENDD_DEBUG" || XENBACKENDD_ARGS="-d" test "`uname`" != "NetBSD" || xenbackendd $XENBACKENDD_ARGS